From: OpenJDK Team Date: Mon, 5 Jan 2026 04:35:14 +0000 (+1300) Subject: make-debug-print X-Git-Tag: archive/raspbian/21.0.10_6ea-1+rpi1^2~24 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=23a563dd5160167ee60e83943b719cea87478e56;p=openjdk-21.git make-debug-print Gbp-Pq: Name make-debug-print.diff --- diff --git a/make/Main.gmk b/make/Main.gmk index dd2a8e42f..32b4f25c6 100644 --- a/make/Main.gmk +++ b/make/Main.gmk @@ -1277,6 +1277,7 @@ ALL_TARGETS += default jdk images docs bundles all # Aliases used for running tests. +$(call PrintVar, ALL_NAMED_TESTS) # Let "run-test" be an alias for "test" $(foreach t, $(ALL_NAMED_TESTS), $(eval run-test-$t: test-$t)) RUN_TEST_TARGETS := $(addprefix run-test-, $(ALL_NAMED_TESTS))